From 31329ec363372314deb4d006c6fb0c18a611c9eb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 26 Jul 2005 15:56:50 +0000 Subject: [PATCH] Add ISO_Level3_Shift to the list of keysyms to ignore for composition, 2005-07-26 Matthias Clasen * gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to the list of keysyms to ignore for composition, since AltGr keys produce it in some keyboard layouts. (#307283) --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ gtk/gtkimcontextsimple.c | 3 ++- 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ae6217a4ed..7ffb54807c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-07-26 Matthias Clasen + * gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to + the list of keysyms to ignore for composition, since + AltGr keys produce it in some keyboard layouts. (#307283) + * gtk/gtkwidget.h: * gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED from gtk_widget_new as well, pointed out by Kjartan Maraas. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ae6217a4ed..7ffb54807c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2005-07-26 Matthias Clasen + * gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to + the list of keysyms to ignore for composition, since + AltGr keys produce it in some keyboard layouts. (#307283) + * gtk/gtkwidget.h: * gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED from gtk_widget_new as well, pointed out by Kjartan Maraas. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ae6217a4ed..7ffb54807c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,9 @@ 2005-07-26 Matthias Clasen + * gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to + the list of keysyms to ignore for composition, since + AltGr keys produce it in some keyboard layouts. (#307283) + * gtk/gtkwidget.h: * gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED from gtk_widget_new as well, pointed out by Kjartan Maraas. diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index 55fc76b911..2743a27051 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -922,7 +922,8 @@ static const guint16 gtk_compose_ignore[] = { GDK_Super_R, GDK_Hyper_L, GDK_Hyper_R, - GDK_Mode_switch + GDK_Mode_switch, + ISO_Level3_Shift }; static void gtk_im_context_simple_class_init (GtkIMContextSimpleClass *class); -- 2.30.2